Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DDC-1430 #191

Merged
merged 1 commit into from Nov 15, 2011
Merged

DDC-1430 #191

merged 1 commit into from Nov 15, 2011

Conversation

FabioBatSilva
Copy link
Member

Hello all

Sorry opening this PR again

This patch fix : DDC-1430
http://www.doctrine-project.org/jira/browse/DDC-1430

I fix the ticket ordering by all fields when using an object in order by clause.

Thanks ...

@beberlei
Copy link
Member

This is fine for now, however i want to have an optimization here.

DBAL AbstractPlatform needs a method "requiresAllFieldsInGroupBy" which defaults to true. Then databases that don't need this (MySQL, the others need to be tested) need to overwrite this with "false" and then the SQLWalker code can check for this condition.

beberlei added a commit that referenced this pull request Nov 15, 2011
@beberlei beberlei merged commit 9916f34 into doctrine:master Nov 15, 2011
@beberlei
Copy link
Member

Can you also take into account my last comment http://www.doctrine-project.org/jira/browse/DDC-1430 ?

@FabioBatSilva FabioBatSilva deleted the DDC1430 branch January 18, 2013 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants